Package | hl7.fhir.uv.sql-on-fhir |
Type | ImplementationGuide |
Id | Id |
FHIR Version | R5 |
Source | http://hl7.org/fhir/uv/sql-on-fhir/https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/index.html |
Url | http://hl7.org/fhir/uv/sql-on-fhir/ImplementationGuide/hl7.fhir.uv.sql-on-fhir |
Version | 2.0.0-pre |
Status | draft |
Date | 2024-10-03T17:43:57+00:00 |
Name | SQLonFHIR |
Title | SQL on FHIR |
Experimental | False |
Realm | uv |
Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImplementationGuide hl7.fhir.uv.sql-on-fhir
The official URL for this implementation guide is:
http://hl7.org/fhir/uv/sql-on-fhir/ImplementationGuide/hl7.fhir.uv.sql-on-fhir
{
"resourceType" : "ImplementationGuide",
"id" : "hl7.fhir.uv.sql-on-fhir",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImplementationGuide hl7.fhir.uv.sql-on-fhir</b></p><a name=\"hl7.fhir.uv.sql-on-fhir\"> </a><a name=\"hchl7.fhir.uv.sql-on-fhir\"> </a><a name=\"hl7.fhir.uv.sql-on-fhir-en-US\"> </a><h2>SQLonFHIR</h2><p>The official URL for this implementation guide is: </p><pre>http://hl7.org/fhir/uv/sql-on-fhir/ImplementationGuide/hl7.fhir.uv.sql-on-fhir</pre></div>"
},
"url" : "http://hl7.org/fhir/uv/sql-on-fhir/ImplementationGuide/hl7.fhir.uv.sql-on-fhir",
"version" : "2.0.0-pre",
"name" : "SQLonFHIR",
"title" : "SQL on FHIR",
"status" : "draft",
"date" : "2024-10-03T17:43:57+00:00",
"publisher" : "HL7",
"contact" : [
{
"name" : "HL7",
"telecom" : [
{
"system" : "url",
"value" : "http://example.org/example-publisher"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"packageId" : "hl7.fhir.uv.sql-on-fhir",
"license" : "CC0-1.0",
"fhirVersion" : [
"5.0.0"
],
"dependsOn" : [
{
"id" : "hl7tx",
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment",
"valueMarkdown" : "Automatically added as a dependency - all IGs depend on HL7 Terminology"
}
],
"uri" : "http://terminology.hl7.org/ImplementationGuide/hl7.terminology",
"packageId" : "hl7.terminology.r5",
"version" : "6.0.2"
},
{
"id" : "hl7ext",
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment",
"valueMarkdown" : "Automatically added as a dependency - all IGs depend on the HL7 Extension Pack"
}
],
"uri" : "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions",
"packageId" : "hl7.fhir.uv.extensions.r5",
"version" : "5.1.0"
}
],
"definition" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/ig-internal-dependency",
"valueCode" : "hl7.fhir.uv.tools#0.2.0"
}
],
"resource" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-format",
"valueCode" : "application/fhir+json"
},
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "Binary"
}
],
"reference" : {
"reference" : "Binary/PatientAddresses"
},
"name" : "PatientAddresses",
"description" : "An example of unnesting patient addresses into multiple\nrows.\n\nThis view uses `forEach` to indicate we are unrolling these into separate rows. \nThe `join` function is used to create a single address line.",
"isExample" : true,
"profile" : [
"http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ViewDefinition"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-format",
"valueCode" : "application/fhir+json"
},
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "Binary"
}
],
"reference" : {
"reference" : "Binary/PatientAndContactAddressUnion"
},
"name" : "PatientAndContactAddressUnion",
"description" : "An example of unnesting patient addresses and contact addresss\ninto multiple rows, which are unioned together into a single table.",
"isExample" : true,
"profile" : [
"http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ViewDefinition"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-format",
"valueCode" : "application/fhir+json"
},
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "Binary"
}
],
"reference" : {
"reference" : "Binary/PatientDemographics"
},
"name" : "PatientDemographics",
"description" : "A minimal example of a patient demographics view.\nThis view uses the first 'official' patient name for our demographics table.",
"isExample" : true,
"profile" : [
"http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ViewDefinition"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "StructureDefinition:logical"
}
],
"reference" : {
"reference" : "StructureDefinition/ShareableViewDefinition"
},
"name" : "Shareable View Definition",
"description" : "A profile for View Definitions intended to be shared between multiple systems. This requires that \nthe View Definition have a defined URL and name. It also requires declaration of the FHIR version \nthat the view is intended to be executed over, and the FHIR type of each column. This ensures \nconsistent interpretation of the view across different view runner implementations.",
"isExample" : false
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-format",
"valueCode" : "application/fhir+json"
},
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "Binary"
}
],
"reference" : {
"reference" : "Binary/ShareablePatientDemographics"
},
"name" : "ShareablePatientDemographics",
"description" : "Creates the same view as the 'PatientDemographics' example, but applies both the\nShareableViewDefinition and TabularViewDefinition profiles.",
"isExample" : true,
"profile" : [
"http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ShareableViewDefinition"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "StructureDefinition:logical"
}
],
"reference" : {
"reference" : "StructureDefinition/TabularViewDefinition"
},
"name" : "Tabular View Definition",
"description" : "A profile for View Definitions where each resulting field must contain only a simple scalar value.\nThis is sometimes referred to as 'CSV Mode', but applies to any system that explicitly constrains \nits views or tables to tabular data.",
"isExample" : false
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-format",
"valueCode" : "application/fhir+json"
},
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "Binary"
}
],
"reference" : {
"reference" : "Binary/UsCoreBloodPressures"
},
"name" : "UsCoreBloodPressures",
"description" : "A simple view of blood pressure observations, with separate columns for \nsystolic and diastolic values.",
"isExample" : true,
"profile" : [
"http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ViewDefinition"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/resource-information",
"valueString" : "StructureDefinition:logical"
}
],
"reference" : {
"reference" : "StructureDefinition/ViewDefinition"
},
"name" : "View Definition",
"description" : "A ViewDefinition represents a tabular projection of a FHIR resource, where the columns and inclusion \ncriteria are defined by FHIRPath expressions.",
"isExample" : false
}
],
"page" : {
"sourceUrl" : "toc.html",
"name" : "toc.html",
"title" : "Table of Contents",
"generation" : "html",
"page" : [
{
"sourceUrl" : "index.html",
"name" : "index.html",
"title" : "Home",
"generation" : "markdown"
},
{
"sourceUrl" : "contributing.html",
"name" : "contributing.html",
"title" : "Contributing",
"generation" : "markdown"
},
{
"sourceUrl" : "functional-model.html",
"name" : "functional-model.html",
"title" : "Functional Model",
"generation" : "markdown"
},
{
"sourceUrl" : "glossary.html",
"name" : "glossary.html",
"title" : "Glossary",
"generation" : "markdown"
}
]
},
"parameter" : [
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "copyrightyear"
},
"value" : "2023+"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "releaselabel"
},
"value" : "ci-build"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "excludettl"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-test"
},
"value" : "tests"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-history"
},
"value" : "http://hl7.org/fhir/uv/sql-on-fhir/history.html"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "autoload-resources"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/capabilities"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/examples"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/extensions"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/models"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/operations"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/profiles"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/resources"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/vocabulary"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/maps"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/testing"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "input/history"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-resource"
},
"value" : "fsh-generated/resources"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-pages"
},
"value" : "template/config"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-pages"
},
"value" : "input/images"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-liquid"
},
"value" : "template/liquid"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-liquid"
},
"value" : "input/liquid"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-qa"
},
"value" : "temp/qa"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-temp"
},
"value" : "temp/pages"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-output"
},
"value" : "output"
},
{
"code" : {
"system" : "http://hl7.org/fhir/guide-parameter-code",
"code" : "path-tx-cache"
},
"value" : "input-cache/txcache"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "path-suppressed-warnings"
},
"value" : "input/ignoreWarnings.txt"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "template-html"
},
"value" : "template-page.html"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "template-md"
},
"value" : "template-page-md.html"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-contact"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-context"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-copyright"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-jurisdiction"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-license"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-publisher"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-version"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "apply-wg"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "active-tables"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "fmm-definition"
},
"value" : "http://hl7.org/fhir/versions.html#maturity"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "propagate-status"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "excludelogbinaryformat"
},
"value" : "true"
},
{
"code" : {
"system" : "http://hl7.org/fhir/tools/CodeSystem/ig-parameters",
"code" : "tabbed-snapshots"
},
"value" : "true"
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.